Html Css Color HEX #38400F Turtle Green

📋 copy color: '#38400F'

red 56 ◦ green 64 ◦ blue 15

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

Shades of Turtle Green #38400F

Tints of Turtle Green #38400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 41.48%
G = 47.41%
B = 11.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#38400F (or 0x38400F) is known color: Turtle Green. HEX triplet: 38, 40 and 0F. RGB value is (56,64,15). Sum of RGB (Red+Green+Blue) = 56+64+15=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #38400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38400F is #C7BFF0. Grayscale: #383838. Windows color (decimal): -13090801 or 999480. OLE color: 999480.

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

Color convert

RGB 56 64 15 -
CMYK 0.13 0 0.77 0.75
HSL 69.8º 0.62% 0.15% -
HSV(B) 69.8º 0.77% 0.25% -
XYZ 3.55 4.54 1.14 -
YUV 56.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 56 64 15 0.13 0 0.77 0.75 69.8 0.62 0.15
Hex 38 40 F D 0 4D 4B 46 3E F
Octal 70 100 17 15 0 115 113 106 76 17
Binary 111000 1000000 1111 1101 0 1001101 1001011 1000110 111110 1111

Color Harmonies of #38400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38400F

Black with #38400F

Text Example


Text Example

White with #38400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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