Html Css Color HEX #38400C Turtle Green

📋 copy color: '#38400C'

red 56 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #38400C

Tints of Turtle Green #38400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

 BLUE value IS 12 (5.08% from 255) = 9.09%

R = 42.42%
G = 48.48%
B = 9.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#38400C (or 0x38400C) is known color: Turtle Green. HEX triplet: 38, 40 and 0C. RGB value is (56,64,12). Sum of RGB (Red+Green+Blue) = 56+64+12=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #38400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38400C is #C7BFF3. Grayscale: #373737. Windows color (decimal): -13090804 or 802872. OLE color: 802872.

HSL color Cylindrical-coordinate representation of color #38400C: hue angle of 69.23º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38400C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 12 -
CMYK 0.13 0 0.81 0.75
HSL 69.23º 0.68% 0.15% -
HSV(B) 69.23º 0.81% 0.25% -
XYZ 3.53 4.53 1.04 -
YUV 55.68 103.35 128.23 -
System Red Green Blue C M Y K H S L
Decimal 56 64 12 0.13 0 0.81 0.75 69.23 0.68 0.15
Hex 38 40 C D 0 51 4B 45 44 F
Octal 70 100 14 15 0 121 113 105 104 17
Binary 111000 1000000 1100 1101 0 1010001 1001011 1000101 1000100 1111

Color Harmonies of #38400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38400C

Black with #38400C

Text Example


Text Example

White with #38400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38400C; }

 p { color: rgb(56,64,12); }

 H1.HeaderClassName
 {
   color: #38400C;
 }
 .AnyTagClassName
 {
   color: #38400C;
 }
</style>

background-color css

<style>
 a { background-color: #38400C; }

 a { background-color: rgb(56,64,12); }

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

border-color css

<style>
 span { border-color: #38400C; }

 span { border-color: rgb(56,64,12); }

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