Html Css Color HEX #38451F Turtle Green

📋 copy color: '#38451F'

red 56 ◦ green 69 ◦ blue 31

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

Shades of Turtle Green #38451F

Tints of Turtle Green #38451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 44.23%

 BLUE value IS 31 (12.5% from 255) = 19.87%

R = 35.9%
G = 44.23%
B = 19.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#38451F (or 0x38451F) is known color: Turtle Green. HEX triplet: 38, 45 and 1F. RGB value is (56,69,31). Sum of RGB (Red+Green+Blue) = 56+69+31=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #38451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38451F is #C7BAE0. Grayscale: #3C3C3C. Windows color (decimal): -13089505 or 2049336. OLE color: 2049336.

HSL color Cylindrical-coordinate representation of color #38451F: hue angle of 80.53º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38451F is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 31 -
CMYK 0.19 0 0.55 0.73
HSL 80.53º 0.38% 0.2% -
HSV(B) 80.53º 0.55% 0.27% -
XYZ 4.01 5.2 2.09 -
YUV 60.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 56 69 31 0.19 0 0.55 0.73 80.53 0.38 0.2
Hex 38 45 1F 13 0 37 49 51 26 14
Octal 70 105 37 23 0 67 111 121 46 24
Binary 111000 1000101 11111 10011 0 110111 1001001 1010001 100110 10100

Color Harmonies of #38451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38451F

Black with #38451F

Text Example


Text Example

White with #38451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,69,31); }

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

background-color css

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

 a { background-color: rgb(56,69,31); }

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

border-color css

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

 span { border-color: rgb(56,69,31); }

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