Html Css Color HEX #38470D Turtle Green

📋 copy color: '#38470D'

red 56 ◦ green 71 ◦ blue 13

#38470D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #38470D

Tints of Turtle Green #38470D

RGB

 RED value IS 56 (22.27% from 255) = 40%

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 40%
G = 50.71%
B = 9.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38470D (or 0x38470D) is known color: Turtle Green. HEX triplet: 38, 47 and 0D. RGB value is (56,71,13). Sum of RGB (Red+Green+Blue) = 56+71+13=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #38470D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38470D is #C7B8F2. Grayscale: #3C3C3C. Windows color (decimal): -13089011 or 870200. OLE color: 870200.

HSL color Cylindrical-coordinate representation of color #38470D: hue angle of 75.52º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38470D is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 13 -
CMYK 0.21 0 0.82 0.72
HSL 75.52º 0.69% 0.16% -
HSV(B) 75.52º 0.82% 0.28% -
XYZ 3.96 5.38 1.21 -
YUV 59.9 101.53 125.22 -
System Red Green Blue C M Y K H S L
Decimal 56 71 13 0.21 0 0.82 0.72 75.52 0.69 0.16
Hex 38 47 D 15 0 52 48 4C 45 10
Octal 70 107 15 25 0 122 110 114 105 20
Binary 111000 1000111 1101 10101 0 1010010 1001000 1001100 1000101 10000

Color Harmonies of #38470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38470D

Black with #38470D

Text Example


Text Example

White with #38470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38470D; }

 p { color: rgb(56,71,13); }

 H1.HeaderClassName
 {
   color: #38470D;
 }
 .AnyTagClassName
 {
   color: #38470D;
 }
</style>

background-color css

<style>
 a { background-color: #38470D; }

 a { background-color: rgb(56,71,13); }

 div.DivClassName
 {
   background-color: #38470D;
 }
 .BgClassName
 {
   background-color: #38470D;
 }
</style>

border-color css

<style>
 span { border-color: #38470D; }

 span { border-color: rgb(56,71,13); }

 td.TdClassName
 {
   border-color: #38470D;
 }
 .TagClassName
 {
   border-color: #38470D;
 }
</style>