Html Css Color HEX #38480C Turtle Green

📋 copy color: '#38480C'

red 56 ◦ green 72 ◦ blue 12

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

Shades of Turtle Green #38480C

Tints of Turtle Green #38480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.43%

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

R = 40%
G = 51.43%
B = 8.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#38480C (or 0x38480C) is known color: Turtle Green. HEX triplet: 38, 48 and 0C. RGB value is (56,72,12). Sum of RGB (Red+Green+Blue) = 56+72+12=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #38480C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38480C is #C7B7F3. Grayscale: #3C3C3C. Windows color (decimal): -13088756 or 804920. OLE color: 804920.

HSL color Cylindrical-coordinate representation of color #38480C: hue angle of 76º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38480C is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 12 -
CMYK 0.22 0 0.83 0.72
HSL 76º 0.71% 0.16% -
HSV(B) 76º 0.83% 0.28% -
XYZ 4.01 5.5 1.2 -
YUV 60.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 56 72 12 0.22 0 0.83 0.72 76 0.71 0.16
Hex 38 48 C 16 0 53 48 4C 47 10
Octal 70 110 14 26 0 123 110 114 107 20
Binary 111000 1001000 1100 10110 0 1010011 1001000 1001100 1000111 10000

Color Harmonies of #38480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38480C

Black with #38480C

Text Example


Text Example

White with #38480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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